home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / NCTAudioEditor2 ActiveX DLL / NCTAudioEditor2.exe / {app} / Samples / TestBCBAudioEditor2 / Info.dfm < prev    next >
Encoding:
Text File  |  2002-10-10  |  3.5 KB  |  205 lines

  1. object frmInfo: TfrmInfo
  2.   Left = 641
  3.   Top = 423
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Info'
  6.   ClientHeight = 279
  7.   ClientWidth = 411
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label5: TLabel
  19.     Left = 16
  20.     Top = 12
  21.     Width = 23
  22.     Height = 13
  23.     Caption = 'Title:'
  24.   end
  25.   object Label6: TLabel
  26.     Left = 16
  27.     Top = 36
  28.     Width = 26
  29.     Height = 13
  30.     Caption = 'Artist:'
  31.   end
  32.   object Label7: TLabel
  33.     Left = 16
  34.     Top = 60
  35.     Width = 32
  36.     Height = 13
  37.     Caption = 'Album:'
  38.   end
  39.   object Label12: TLabel
  40.     Left = 16
  41.     Top = 84
  42.     Width = 32
  43.     Height = 13
  44.     Caption = 'Genre:'
  45.   end
  46.   object Label8: TLabel
  47.     Left = 16
  48.     Top = 108
  49.     Width = 47
  50.     Height = 13
  51.     Caption = 'Copyright:'
  52.   end
  53.   object Label9: TLabel
  54.     Left = 16
  55.     Top = 132
  56.     Width = 25
  57.     Height = 13
  58.     Caption = 'Year:'
  59.   end
  60.   object Label10: TLabel
  61.     Left = 16
  62.     Top = 156
  63.     Width = 31
  64.     Height = 13
  65.     Caption = 'Track:'
  66.   end
  67.   object Label11: TLabel
  68.     Left = 16
  69.     Top = 252
  70.     Width = 47
  71.     Height = 13
  72.     Caption = 'Comment:'
  73.   end
  74.   object Label3: TLabel
  75.     Left = 16
  76.     Top = 204
  77.     Width = 50
  78.     Height = 13
  79.     Caption = 'Composer:'
  80.   end
  81.   object Label4: TLabel
  82.     Left = 16
  83.     Top = 228
  84.     Width = 58
  85.     Height = 13
  86.     Caption = 'EncodedBy:'
  87.   end
  88.   object Label13: TLabel
  89.     Left = 16
  90.     Top = 180
  91.     Width = 25
  92.     Height = 13
  93.     Caption = 'URL:'
  94.   end
  95.   object infoTitle: TEdit
  96.     Left = 84
  97.     Top = 8
  98.     Width = 200
  99.     Height = 21
  100.     TabOrder = 0
  101.   end
  102.   object infoArtist: TEdit
  103.     Left = 84
  104.     Top = 32
  105.     Width = 200
  106.     Height = 21
  107.     TabOrder = 1
  108.   end
  109.   object infoAlbum: TEdit
  110.     Left = 84
  111.     Top = 56
  112.     Width = 200
  113.     Height = 21
  114.     TabOrder = 2
  115.   end
  116.   object infoGenre: TComboBox
  117.     Left = 84
  118.     Top = 80
  119.     Width = 200
  120.     Height = 21
  121.     Style = csDropDownList
  122.     ItemHeight = 13
  123.     TabOrder = 3
  124.   end
  125.   object infoCopyright: TEdit
  126.     Left = 84
  127.     Top = 104
  128.     Width = 200
  129.     Height = 21
  130.     TabOrder = 4
  131.   end
  132.   object infoYear: TEdit
  133.     Left = 84
  134.     Top = 128
  135.     Width = 200
  136.     Height = 21
  137.     TabOrder = 5
  138.   end
  139.   object infoTrack: TEdit
  140.     Left = 84
  141.     Top = 152
  142.     Width = 200
  143.     Height = 21
  144.     TabOrder = 6
  145.   end
  146.   object infoComment: TEdit
  147.     Left = 84
  148.     Top = 248
  149.     Width = 200
  150.     Height = 21
  151.     TabOrder = 7
  152.   end
  153.   object btnApply: TButton
  154.     Left = 296
  155.     Top = 40
  156.     Width = 105
  157.     Height = 25
  158.     Caption = 'Apply'
  159.     TabOrder = 8
  160.     OnClick = btnApplyClick
  161.   end
  162.   object btnReset: TButton
  163.     Left = 296
  164.     Top = 8
  165.     Width = 105
  166.     Height = 25
  167.     Caption = 'Reset'
  168.     TabOrder = 9
  169.     OnClick = btnResetClick
  170.   end
  171.   object infoMTV: TRadioGroup
  172.     Left = 297
  173.     Top = 201
  174.     Width = 104
  175.     Height = 70
  176.     Caption = 'Mpeg Tag Version'
  177.     ItemIndex = 1
  178.     Items.Strings = (
  179.       'ID3v1'
  180.       'ID3v2')
  181.     TabOrder = 10
  182.   end
  183.   object infoComposer: TEdit
  184.     Left = 84
  185.     Top = 200
  186.     Width = 200
  187.     Height = 21
  188.     TabOrder = 11
  189.   end
  190.   object infoEncodedBy: TEdit
  191.     Left = 84
  192.     Top = 224
  193.     Width = 200
  194.     Height = 21
  195.     TabOrder = 12
  196.   end
  197.   object infoURL: TEdit
  198.     Left = 84
  199.     Top = 176
  200.     Width = 200
  201.     Height = 21
  202.     TabOrder = 13
  203.   end
  204. end
  205.